home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / ae / code / acp3.00 / includes / date_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-18  |  278 b   |  28 lines

  1. /* Prototypes for functions defined in
  2. date.c
  3.  */
  4.  
  5.  
  6. #ifndef __NOPROTO
  7.  
  8. #ifndef __PROTO
  9. #define __PROTO(a) a
  10. #endif
  11.  
  12. #else
  13. #ifndef __PROTO
  14. #define __PROTO(a) ()
  15.  
  16. #endif
  17. #endif
  18.  
  19.  
  20. extern char *VerStr;
  21.  
  22. extern char *MyVerStr;
  23.  
  24. extern char *ACPVer;
  25.  
  26. char * GetDate __PROTO((void));
  27.  
  28.